vcGeometryFeature
vcGeometryFeature is the object type for Geometry features in a component.
See in: Overview
Module: vcFeatures
Parent: vcFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| AmbientOcclusionMode | vcAmbientOcclusionMode | RW | Gets or sets if geometry supporting ambient occlusion is rendered in the 3D world. |
| CreaseAngle | Real | RW | Gets or sets an angle tolerance for smoothing surfaces based on camera angle and lighting calculations. |
| Geometry | vcGeometryContainer | R | Gets the container of feature's geometry. |
| OnDemandLoad | Boolean | RW | Gets or sets if geometry of feature is loaded when the feature is being used or enabled in its node. |
| Pickable | Boolean | RW | Gets or sets the ability to select geometry of feature in the 3D world. |
| ShowBackfaces | Boolean | RW | Gets or sets if the back side of the geometry should be rendered in the feature. (Geometry that is not facing the camera in the 3D world) |
| ShowContent | Boolean | RW | Gets or sets the visibility of feature. |
| Uri | String | RW | Gets or sets the URI of source file for geometry used in feature. |